module ATTSBT
{
	imports
	{
		Base
	}
    	item Zama410
    	{
        	Weight	=	3,
        	Type	=	Normal,
		DisplayName	= Zamazon 410g Shotgun Shells Box,
        	DisplayCategory = Ammo,
        	Icon	=	Zama410shot,
        	WorldStaticModel = HandGunAmmoBox,
        	PlaceOneSound = BoxOfRoundsPlaceOne,
        	PlaceMultipleSound = BoxOfRoundsPlaceAll,
    	}
    	item Zama380
    	{
        	Weight	=	1.5,
        	Type	=	Normal,
		DisplayName	=Zamazon 380-ACP Ammo Box,
        	DisplayCategory = Ammo,
        	Icon	=	Zama380,
        	WorldStaticModel = HandGunAmmoBox,
        	PlaceOneSound = BoxOfRoundsPlaceOne,
        	PlaceMultipleSound = BoxOfRoundsPlaceAll,
    	}
    	item Zama22
    	{
        	Weight	=	1.5,
        	Type	=	Normal,
		DisplayName	=Zamazon 22-LR Ammo Box,
        	DisplayCategory = Ammo,
        	Icon	=	Zama22,
        	WorldStaticModel = HandGunAmmoBox,
        	PlaceOneSound = BoxOfRoundsPlaceOne,
        	PlaceMultipleSound = BoxOfRoundsPlaceAll,
    	}
	item Zama76239
	{
		DisplayName = Zamazon 7.62x39mm Ammo Box,
		Type = Normal,
		Weight = 3,
		Icon = Zama76239,
        	WorldStaticModel = HandGunAmmoBox,
        	PlaceOneSound = BoxOfRoundsPlaceOne,
        	PlaceMultipleSound = BoxOfRoundsPlaceAll,
	}
	item Zama7625
	{
		DisplayName = Zamazon 7.62x54mm-R Ammo Box,
		Type = Normal,
		Weight = 3,
		Icon = Zama7625,
        	WorldStaticModel = HandGunAmmoBox,
        	PlaceOneSound = BoxOfRoundsPlaceOne,
        	PlaceMultipleSound = BoxOfRoundsPlaceAll,
	}
	item Zama572
	{
		DisplayName = Zamazon 5.7x28mm Ammo Box,
		Type = Normal,
		Weight = 3,
		Icon = Zama5728,
        	WorldStaticModel = HandGunAmmoBox,
        	PlaceOneSound = BoxOfRoundsPlaceOne,
        	PlaceMultipleSound = BoxOfRoundsPlaceAll,
	}
	item Zama545
	{
		DisplayName = Zamazon 5.45x39mm Ammo Box,
		Type = Normal,
		Weight = 3,
		Icon = Zama545,
        	WorldStaticModel = HandGunAmmoBox,
        	PlaceOneSound = BoxOfRoundsPlaceOne,
        	PlaceMultipleSound = BoxOfRoundsPlaceAll,
	}
	item Zama50bmg
	{
		DisplayName = Zamazon 50-BMG Ammo Box,
		Type = Normal,
		Weight = 2,
		Icon = Zama50,
        	WorldStaticModel = HandGunAmmoBox,
        	PlaceOneSound = BoxOfRoundsPlaceOne,
        	PlaceMultipleSound = BoxOfRoundsPlaceAll,
	}
	item Zshotloot
	{
		DisplayName = Zamazon G Series Firearm Box,
		Type = Normal,
		Weight = 1,
		Icon = bszap,
		Packaged = TRUE,
	}
	item Z2loot
	{
		DisplayName = Zamazon 2 Series Firearm Box,
		Type = Normal,
		Weight = 1,
		Icon = b2zap,
		Packaged = TRUE,
	}
	item Z3loot
	{
		DisplayName = Zamazon 3 Series Firearm Box,
		Type = Normal,
		Weight = 1,
		Icon = b3zap,
		Packaged = TRUE,
	}
	item Z9loot
	{
		DisplayName = Zamazon 9mm Firearm Box,
		Type = Normal,
		Weight = 1,
		Icon = b9zap,
		Packaged = TRUE,
	}
	item Z50loot
	{
		DisplayName = Zamazon 50 BMG Firearm Box,
		Type = Normal,
		Weight = 1,
		Icon = b50zap,
		Packaged = TRUE,
	}
	item Z5loot
	{
		DisplayName = Zamazon 5 Series Firearm Box,
		Type = Normal,
		Weight = 1,
		Icon = b5zap,
		Packaged = TRUE,
	}
	item Z7loot
	{
		DisplayName = Zamazon 7 Series Firearm Box,
		Type = Normal,
		Weight = 1,
		Icon = b7zap,
		Packaged = TRUE,
	}
	item Z4loot
	{
		DisplayName = Zamazon 4 Series Firearm Box,
		Type = Normal,
		Weight = 1,
		Icon = b4zap,
		Packaged = TRUE,
	}
	item ZaMAGBOX
	{
		DisplayName = Zamazon Magazine Package,
		DisplayCategory = Tool,
		Type = Normal,
		Weight = 0.6,
		Icon = ZaMAGBOX,
		Packaged = TRUE,
	}
	item ZaBBOX
	{
		DisplayName = Zamazon Firearm Parts Package,
		DisplayCategory = Tool,
		Type = Normal,
		Weight = 0.6,
		Icon = ZaBBOX,
		Packaged = TRUE,
	}
}